JavaScript

tbiObj.getCurrentPaneName Method

Syntax

var paneName = tbiObj.getCurrentPaneName();

Returns

paneNamestring

Returns the current pane's name.

Description

Gets the current TabbedUI pane name.

Discussion

The tbiObj.getCurrentPaneName() method gets the name for the current pane Tabbed UI pane.

var currentName = tbiObj.getCurrentPaneName();
alert("The current pane name is " + currentName);